home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
fontview
/
intro.txt
< prev
next >
Wrap
Text File
|
1991-05-29
|
238b
|
14 lines
Sub Timer1_Timer ()
FontViewer.Show
Unload Intro
End Sub
Sub Form_Load ()
' Initialize form position
Left = (Screen.Width - Width) / 2
Top = (Screen.Height - Height) / 2
FontViewer.Hide
End Sub